home *** CD-ROM | disk | FTP | other *** search
- gOfWidth = max_digit_width() * 10 + 4 * max_char_width();
- dialog(name: '$$$/Dialogs/InsertPages', target_id: 'insr', first_tab: 'fils')
- {
- group()
- {
- group(align_children: align_left)
- {
- view(align_children: align_row)
- {
- static_text( item_id: 'fils', name: '$$$/Dialogs/InsertPages/Insert', next_tab: 'file' );
- static_text( item_id: 'file', width: max_char_width()*20, next_tab: 'locs' );
- }
- view(align_children: align_row)
- {
- static_text(item_id: 'locs', name: '$$$/Dialogs/InsertPages/LocationLabel', next_tab: 'loca');
- popup(item_id: 'loca', width: max_char_width() * 12, next_tab: '1stB');
- }
- cluster(name: '$$$/Dialogs/InsertPages/Pages/ClusterLabel', align_children: align_left)
- {
- group()
- {
- radio(item_id: '1stB', group_id: 'rgrp', name: '$$$/Dialogs/InsertPages/Pages/First', height: gEditTextHeight, next_tab: 'LstB');
- radio(item_id: 'LstB', group_id: 'rgrp', name: '$$$/Dialogs/InsertPages/Pages/Last', height: gEditTextHeight, next_tab: 'PagB');
- view(align_children: align_row)
- {
- radio(item_id: 'PagB', group_id: 'rgrp', name: '$$$/Dialogs/InsertPages/Pages/Page', next_tab: 'AtPg');
- edit_text(item_id: 'AtPg', width: max_char_width() * 4, next_tab: 'NumP');
- static_text(item_id: 'NumP', width:gOfWidth);
- }
- }
- }
- }
- ok_cancel();
- }
- }
-